home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
lib
/
Imakefile
< prev
next >
Wrap
Makefile
|
1995-05-03
|
822b
|
28 lines
# Uncomment the following line if you want to delay when color spinning
DELAY = -DUSE_DELAY
# If you are using the delay functionality (above line uncommented), then
# comment out the next line if you want to use nap() rather than itimers
SLEEP = -DHAS_ITIMER
# and uncomment the next line if you're using nap() on an SCO system
# NAPLIB = -lx
DEFINES = $(DELAY) $(SLEEP)
INCLUDES = -I.
SRCS = bezier.c bspline.c buffer.c clip.c hls2rgb.c init_color.c misc.c \
spin.c
OBJS = bezier.o bspline.o buffer.o clip.o hls2rgb.o init_color.o misc.o \
spin.o
MOBJS = asincos.o atan2.o
NormalLibraryObjectRule()
NormalLibraryTarget(Xrr, $(OBJS))
#
# Uncomment the next line if you need the fixed asin() for the Mips libm.a
# /* NormalLibraryTarget(Mips, $(MOBJS)) */
#
DependTarget()